home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 221 / pascal / pascalm.rme < prev    next >
Encoding:
Text File  |  1988-02-17  |  2.7 KB  |  58 lines

  1.                          Features of PASCALM
  2.  
  3.                              Jinfu Chen
  4.  
  5.  
  6.         This file briefly explains what features the program has. You should
  7. refer to the PASCALM.DOC for detailed descriptions of the program.
  8.  
  9.         PASCALM is a shell manager program for OSS PASCAL( both version 1.x
  10. and 2.x). You can replace the PASCAL.PRG with this program and copy PASCALM.RSC
  11. to the same drive. The program is actually a combination of both PASCAL
  12. managers and has a few useful things for programming. Namely, these are:
  13.  
  14.     o   automatically backing up source code upon successful compilation, this
  15.         one is my favor since I can edit a file in a RAM disk and back it up in
  16.         a floppy drive once the file is compiled;
  17.  
  18.     o   allowing overlay programs reside in other path, you can have the editor
  19.         in drive C, compiler in drive D, PASLIB and GEMLIB in drive E, etc;
  20.  
  21.     o   performing several DESKTOP operations, such as copy file, rename file,
  22.         delete file, and check free disk space.
  23.  
  24.     o   running TTP type program, i.e., having a dialog box to allow you enter
  25.         a command line, just like what DESKTOP does.
  26.  
  27.         There are some more features in the compiler and linker options, read
  28. the DOC file or run the program to find out yourself.
  29.  
  30.         There are some features to be added. The PRINT LISTING is not available
  31. simply because I do not have a new printer yet. It can be done quickly. Two
  32. options in the menu also are disabled: CREATE FOLDER and DELETE FOLDER. I do
  33. not know if these are very often used.
  34.  
  35.         Another feature to be added is to use keyboard to invoke menu besides
  36. using mouse, which is like what OSS PASCAL 2.x manager does. For example, ^E to
  37. edit, ^C to compile, ^L to link, ^R to run, etc. These can be done pretty easy
  38. too.
  39.  
  40.         Other possible features include: option to check free memory, option to
  41. load a INF file like Personal PASCAL 2(not sure I like this yet), batch file
  42. copy using wildcard, and option to list directory information with file size
  43. and date.
  44.  
  45.         The current version is 0.80. It is really a beta version as there are
  46. some features not completely finished and some bugs may still exist. Also I am
  47. having problem with handling windows after returning from a program(see
  48. PRGMER.TXT for notes). The source code is enclosed for other people to hack,
  49. please send me a copy if you have made any progress or enchancement, and report
  50. bugs to :
  51.  
  52.         Jinfu Chen
  53.         445 S. Dobson Rd., #2022             (602)898-5338 (work)
  54.         Mesa, AZ 85202                       (602)834-7061 (home)
  55.  
  56.         CompuServe 72327,2434
  57.         GEnie      J.CHEN
  58.